From 69f1a2204755865fee184e51a4d25087fe1ba99b Mon Sep 17 00:00:00 2001 From: "mafetter@fleming.research" Date: Wed, 10 Nov 2004 15:51:36 +0000 Subject: [PATCH] bitkeeper revision 1.1159.170.7 (41923908rDeIw_dn4LNMwv4Ji60AVg) "make install" was still using the old $TOP/install area for some of its work, rather than the new $TOP/dist/install area. Fixed. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ce225a449..b5cb717dad 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,8 @@ dist: xen tools kernels docs install: $(MAKE) -C xen install $(MAKE) -C tools install - $(shell cp -a install/boot/* /boot/) - $(shell cp -a install/lib/modules/* /lib/modules/) + $(shell cp -a $(INSTALL_DIR)/boot/* /boot/) + $(shell cp -a $(INSTALL_DIR)/lib/modules/* /lib/modules/) sh ./docs/check_pkgs && $(MAKE) -C docs install || true $(shell cp -dR $(INSTALL_DIR)/boot/*$(LINUX_VER)* $(prefix)/boot/) $(shell cp -dR $(INSTALL_DIR)/lib/modules/* $(prefix)/lib/modules/) -- 2.30.2